home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / data1.cab / Lang_Files_(English) / Help / tutorials / 4 loading the world.dbpro < prev    next >
Encoding:
Text File  |  2004-09-22  |  1.3 KB  |  48 lines

  1. ; **** Dark BASIC Professional Project File ****
  2. version=DBP1.00
  3. project name=
  4.  
  5.  
  6.  
  7. ; **** source file information ****
  8. main=tutorial4.dba
  9. ; The compiler only needs to read the final source from this entry - the editor
  10. ; handles include files, concatenation, etc.
  11. final source=_Temp.dbsource
  12.  
  13. ; The editor will replace any references to %temp in the EXE path/filename
  14. executable=tutorial.exe
  15.  
  16. ; **** Executable Information  ***
  17. ; build types: exe, media, installer,alone
  18. build type=exe
  19.  
  20. ; ** Media file compression **
  21. compression=NO
  22. ; ** Media file encryption **
  23. encryption=NO
  24. ; ** Display the card options screen window? **
  25. card options window=NO
  26.  
  27. ; **** debugger information ****
  28. ; If the editor sets this to yes, it is running in debug mode
  29. CLI=NO
  30.  
  31. ; **** display mode information ****
  32. app title=DarkBASIC Pro Tutorial
  33. ; graphics mode options: fullscreen, window, desktop,fulldesktop, hidden
  34. graphics mode=fulldesktop
  35. fullscreen resolution=640x480x16
  36. ; arbitrary sizes are valid for windowed mode
  37. window resolution=
  38.  
  39. ; **** External Files Information ****
  40. ; **** Media ****
  41. media root path=C:\Documents and Settings\Lee Bamber\My Documents\My Projects\Dark Basic Pro\Projects\FPSGame\
  42. ; example entries: media1=graphics\*.jpg
  43.  
  44. ; **** Icons ****
  45.  
  46. ; **** Cursors ****
  47.  
  48.